This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
My users have recently started getting the error "Document command is not available" when trying to print a document. Below is the line of code being used:
Call uidoc.Print
The code is behind a button that the user clicks to print the document. Here is the full short code:
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Call uidoc.Print
I am unable to recreate the problem myself. I've used a testuser account with the same roles as the users, but I am not getting this error. I am currently using 8.5.2 and my users are using 7.0.3 if I'm correct. In an attempt to try and recreate the error I've gone to a computer that still has Lotus Notes 7.0.3 installed and I'm still not able to create the error. Also, I've noticed that if the user continues to try and print it causes anyone else trying to print that document to get that error.
Please provide any assistance to solve this problem or different code I can use to get the problem solved. Thanks.
Feedback number WEBB8HNJVM created by ~Evelyn Fezboosichekobu on 06/09/2011
Status: Open
Comments: